STEP 4: Now let's call the function!
Remember, functions only run if they're called.
- Go to and drag Function Call to the bottom of your program, OUTSIDE of the function.
- Change the function call from my_function() to flip().
To navigate the page using the TAB key, first press ESC to exit the code editor.